.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

.fixedmenu {
  display: none !important;
}

#footer .to_top {
  display: none !important;
}

#footer .add_contents img {
  width: auto;
  display: inline;
  vertical-align: top;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#footer .toTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  transition: opacity 0.4s;
  opacity: 0;
  outline: 0 !important;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .toTop {
    /* bottom: 65px; */
    bottom: 45px;
  }
}

@media only screen and (max-width: 896px) {
  #footer .toTop {
    right: inherit;
    left: 15px;
    bottom: 60px;
    width: 45px;
  }
}

#footer .toTop .toTopIcon {
  width: 60px;
}

@media only screen and (max-width: 896px) {
  #footer .toTop .toTopIcon {
    width: 45px;
  }
}

#footer .toTop .activeIcon {
  display: block;
  width: 35px;
  margin: -20px auto 0;
  transition: all 0.4s;
  opacity: 0;
  position: relative;
  bottom: 20px;
}

@media only screen and (max-width: 896px) {
  #footer .toTop .activeIcon {
    width: 23px;
  }
}

#footer .toTop.is-show {
  opacity: 0.8;
}

#footer .toTop.is-show:active,
#footer .toTop.is-show:focus,
#footer .toTop.is-show:hover {
  opacity: 1;
}

#footer .toTop.is-active .activeIcon {
  margin-top: 10px;
  opacity: 1;
  bottom: 0;
}

#footer .fixedMenu {
  top: 135px;
  position: fixed;
  right: 0;
  z-index: 999;
}

@media only screen and (min-width: 1551px) {
  #footer .fixedMenu.fixed {
    top: 20px;
  }
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #231815;
    background-color: rgba(35, 24, 21, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1550px) {
  #footer .fixedMenu {
    top: inherit;
    width: 100%;
    bottom: 0;
  }
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_list {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_list {
    position: absolute;
    right: -237px;
    bottom: 60px;
    transition: 0.4s;
  }

  #footer .fixedMenu_list.is-active {
    right: 0;
  }
}

#footer .fixedMenu_list > li {
  border: 1px solid #fff;
  box-sizing: content-box;
  width: 161px;
  height: 34px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_list > li {
    border-width: 2px;
    border-top: 0;
    border-bottom: 0;
    width: 136px;
    height: auto;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_list > li {
    border: 0;
    width: 237px;
    height: 54px;
  }
}

#footer .fixedMenu_list > li:not(:first-child) {
  margin-top: -1px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_list > li:not(:first-child) {
    margin-top: 0;
    margin-left: -2px;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_list > li:not(:first-child) {
    margin-top: 1px;
  }
}

#footer .fixedMenu_list > li a {
  background-color: #231815;
  background-color: rgba(35, 24, 21, 0.85);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 5px 10px;
  transition: background-color 0.4s;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_list > li a {
    background-color: transparent;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 10px;
  }
}

#footer .fixedMenu_list > li a:hover {
  background-color: #231815;
}

#footer .fixedMenu_list > li a > p {
  color: #fff;
  font-size: 13px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_list > li a > p {
    letter-spacing: 0.05em;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 5px;
  }
}

#footer .fixedMenu_list > li a > img {
  height: 12px;
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_list > li a > img {
    height: 18px;
  }
}

#footer .fixedMenu_icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  text-align: center;
  font-size: 0;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_icon {
    width: auto;
    height: 38px;
    -ms-flex-order: 1;
    order: 1;
  }
}

#footer .fixedMenu_icon01 img {
  width: 30px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_icon01 img {
    width: auto;
    height: 28px;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_icon01 img {
    width: 42px;
  }
}

#footer .fixedMenu_icon02 img {
  width: 27px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_icon02 img {
    width: auto;
    height: 37px;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_icon02 img {
    width: 36px;
  }
}

#footer .fixedMenu_icon03 img {
  width: 19px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_icon03 img {
    width: auto;
    height: 38px;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_icon03 img {
    width: 30px;
  }
}

#footer .fixedMenu_icon04 img {
  width: 32px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_icon04 img {
    width: auto;
    height: 31px;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_icon04 img {
    width: 45px;
  }
}

#footer .fixedMenu_icon05 img {
  width: 25px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_icon05 img {
    width: auto;
    height: 29px;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_icon05 img {
    width: 35px;
  }
}

#footer .fixedMenu_btn {
  margin-top: -1px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_btn {
    margin-top: 0;
    margin-left: -1px;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_btn {
    display: -ms-flexbox;
    display: flex;
  }
}

#footer .fixedMenu_btn .raiten_btn {
  background-color: #e95458;
  background-color: rgba(233, 84, 88, 0.8);
  border: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 5px;
  transition: background-color 0.4s;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_btn .raiten_btn {
    border: 0;
    border-left: 1px solid #fff;
    /* width: 190px; */
    width: 300px;
    height: 100%;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_btn .raiten_btn {
    border: 0;
    width: 67%;
    height: 100%;
    padding: 0;
  }
}

#footer .fixedMenu_btn .raiten_btn:hover {
  background-color: #e95458;
}

#footer .fixedMenu_btn .raiten_btn > p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin-right: 10px;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_btn .raiten_btn > p {
    font-size: 18px;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 10px;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_btn .raiten_btn > p {
    font-size: 18px;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
}

#footer .fixedMenu_btn .raiten_btn > img:nth-child(1) {
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 898px) and (max-width: 1550px) {
  #footer .fixedMenu_btn .raiten_btn > img:nth-child(1) {
    width: 52px;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_btn .raiten_btn > img:nth-child(1) {
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px;
    width: 42px;
    margin-top: 9px;
  }
}

#footer .fixedMenu_btn .other_spbtn {
  display: none;
}

@media only screen and (max-width: 896px) {
  #footer .fixedMenu_btn .other_spbtn {
    background-color: #231815;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33%;
    padding: 12px 15px;
    box-sizing: border-box;
  }

  #footer .fixedMenu_btn .other_spbtn img {
    width: 51px;
  }
}

#footer .fixedMenu_btn .other_spbtn > p {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left !important;
}

#footer .fixedMenu_btn .other_sp_hum {
  display: block;
  width: 28px;
  height: 21px;
  position: relative;
  margin-left: 15px;
}

#footer .fixedMenu_btn .other_sp_hum > span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: 0.4s;
}

#footer .fixedMenu_btn .other_sp_hum > span:nth-child(1) {
  top: 0;
}

#footer .fixedMenu_btn .other_sp_hum > span:nth-child(2) {
  top: 9px;
}

#footer .fixedMenu_btn .other_sp_hum > span:nth-child(3) {
  bottom: 0;
}

#footer .fixedMenu_btn .other_sp_hum.is-active > span:nth-child(1) {
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

#footer .fixedMenu_btn .other_sp_hum.is-active > span:nth-child(2) {
  opacity: 0;
}

#footer .fixedMenu_btn .other_sp_hum.is-active > span:nth-child(3) {
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}




/* 追従ナビ用 */
#dh_inquery img{
  max-width: 100%;
}
.dh_inquery{
  width: 100%;
  height: 48px;
  background-color: #e95458;
  border-top: 2px solid white;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none !important; /* TODO:すぐらくページで誤解を招くので暫定的に非表示 */
}
.dh_inquery:hover{
  opacity: 0.85;
  transition: all 0.15s ease;
}
.dh_inqueryBox{
  width: 100%;
  height: 100%;
}
.dh_inqueryBox a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.inquery_sp{
  width: 100% !important;
  max-width: 350px !important;
  color: white;
}
.inquery_pc{
  display: none !important;
}
@media screen and (min-width:1450px){
  .dh_inquery{
    width: 120px;
    height: 260px;
    background-color: transparent;
    border: none;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 1000;
  }
  .inquery_sp{
    display: none !important;
  }
  .inquery_pc{
    display: block !important;
  }
}

/* 右側にお問い合わせバナーがくる場合 */
@media screen and (min-width: 1450px){
  #footer{
    padding-bottom: 0 !important;
  }
}